home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr27 / gs26.zip / RM.BAT < prev    next >
DOS Batch File  |  1992-01-26  |  113b  |  10 lines

  1. @echo off
  2. :next
  3. if '%1'=='' goto exit
  4. if '%1'=='-f' goto sh
  5. erase %1
  6. :sh
  7. shift
  8. goto next
  9. :exit
  10.